home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / pctv4n2.zip / SHADES.ZIP / WC.BAT < prev    next >
DOS Batch File  |  1993-02-26  |  116b  |  6 lines

  1. @echo off
  2. rem wc.bat -- Windows compilation batch file by Tom Swan
  3. bcc %1.cpp owlwl.lib tclassl.lib
  4. rc %1.exe
  5.  
  6.